Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(0,1,g(x,y),z)  → f(g(x,y),g(x,y),g(x,y),h(x))
2:    g(0,1)  → 0
3:    g(0,1)  → 1
4:    h(g(x,y))  → h(x)
There are 3 dependency pairs:
5:    F(0,1,g(x,y),z)  → F(g(x,y),g(x,y),g(x,y),h(x))
6:    F(0,1,g(x,y),z)  → H(x)
7:    H(g(x,y))  → H(x)
The approximated dependency graph contains 2 SCCs: {7} and {5}.
Tyrolean Termination Tool  (0.04 seconds)   ---  May 3, 2006